Delete a Materialized Model

{ deleteMaterializedModel }

Deletes a materialized data model

Method

/API2/dataSources/deleteMaterializedModel

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    modelId

    Type

    string

    Description

    The item's system ID

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    Materialized models are data models that can be actively used for querying. They are not the same as the model definition files stored in the content managment system (which are used to create materialized models).Deleting the model does NOT delete the underlying database

    Examples